W32: Add dummy prelight style to check/radio buttons to propagate prelight to check...
authorРуслан Ижбулатов <lrn1986@gmail.com>
Wed, 26 Mar 2014 11:57:05 +0000 (11:57 +0000)
committerРуслан Ижбулатов <lrn1986@gmail.com>
Tue, 1 Apr 2014 10:36:45 +0000 (10:36 +0000)
https://bugzilla.gnome.org/show_bug.cgi?id=727210

gtk/resources/theme/gtk-win32-base.css

index 6d44bb0c02cc2f1e6a1f71f6a70b0da11b5621e2..9f6bc0a966056e5728560b1b5225555d5bb832b4 100644 (file)
@@ -152,6 +152,12 @@ GtkAssistant .sidebar .highlight {
 
 /* Check buttons */
 
+/* This is meaningless, it just enables prelight propagation to check/radio mark */
+GtkCheckButton:prelight,
+GtkRadioButton:prelight {
+  color: @fg_color;
+}
+
 .check {
     background-color: transparent;
     background-image: -gtk-win32-theme-part(button, 3 1);